home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / qofdv507.zip / QOFDAY.DOC < prev    next >
Text File  |  1992-05-04  |  7KB  |  202 lines

  1.                                || Quote O' The Day ||
  2.                                `===================='
  3.                                 By Uncle Productions
  4.                            --==========================--
  5.  
  6.                       Supporting PCBoard, Wildcat!, GAP, QBBS,
  7.                        RBBS, Remote Access, Spitfire, WWIV,
  8.                                Telegard, and Renegade.
  9.  
  10.  
  11.  
  12.               Kudos to Ted Freeman, the programming god who writes
  13.                         the best door kit for Quick Basic
  14.  
  15.  
  16.                                   Please take note:
  17.                                   -----------------
  18.  
  19.     This product is provided "as is" without warranty of any kind. The entire
  20.     risk as to the results and  performance of the program is assumed by you.
  21.     Furthermore, the  author does  not warrant, guarantee, or  make any  other
  22.     representations regarding  the use of,  or the  results of the use of the
  23.     program,  and you  rely on the  program and  results  solely at  your own
  24.     risk.  The author  cannot and  will not accept  responsibility for system
  25.     damage, loss of profit, or any other special, consequential or incidental 
  26.     damages  resulting  from  the  use  or  inability  to  use this  product.
  27.  
  28.     
  29.                                       Shareware
  30.                                       ---------
  31.  
  32.     Quote O' The Day is being  distributed as Shareware. Under this concept 
  33.     you may use the SHAREWARE (unregistered) version for a reasonable 
  34.     period of  time for evaluation  after which you must either register 
  35.     your copy or discontinue usage.
  36.  
  37.  
  38.                                     Distribution:
  39.                                     -------------
  40.  
  41.     You  are encouraged to distribute Quote O' The Day provided that all files
  42.     contained in the archive are distributed in their original and
  43.     unmodified state.
  44.     Sysops: Feel free to add your BBS name and number to UNKPROD.INF, as long
  45.     as you have Quote O' The Day available for download on your system.
  46.  
  47.                                Hardware Requirements:
  48.                                ----------------------
  49.  
  50. 1. 486-50mhz IBM clone
  51. 2. 1353Mb Micropolis Hard Drive
  52. 3. Multisync VD monitor with NEC Graphics Engine 256 video board
  53. 4. 64 mb 70-ns SIMMs
  54. 5. 5.25 HD and 3.5 HD floppy drives
  55.  
  56.  
  57.      This is mandatory for running Quote O' The Day, a high-power program.
  58. HAHAHAHAHAHA.. just kidding.
  59.  
  60.                                     Description:
  61.                                     ============
  62.  
  63. As I wandered my way through BBS's, I thought: Some need to perk up. So, I
  64. thought that giving the user a good quote or phrase would be inspirational
  65. to the user. But the Random Quote Makers out there weren't quite what I was
  66. looking for. I was looking for one that would let the user add phrases and
  67. quotes. So I made one that did.
  68.  
  69. The program comes with to parts: The Quote generator and the user interface.
  70. The quote generator is a regular program, which usually is made into a BBS
  71. event. The user interface is a door that works with most BBS types.
  72.  
  73.  
  74.  
  75.  
  76.                                       THE FILES
  77.                                       ---------
  78.  
  79. Make sure you have all the files in the same directory. In this text I'll 
  80. assume they're in C:\DOORS\QOFDAY, but they don't have to be.
  81.  
  82. QOFDAY.EXE is the door that lets users add and list the quotes.
  83. MKEQUOTE.EXE is the program that actually generates quotes.
  84. QUOTES is the text file with all one line quotes and phrases in it.
  85. QOFDAY.CNF is the Config file for QOFDAY.EXE.
  86. MKEQUOTE.CNF is the config file for MKEQUOTE.EXE.
  87. QOFDOOR.BAT is a batch file to run QOFDAY.EXE as a door.
  88. EVENT.BAT is a batch file to run MKEQUOTE.EXE as a BBS event.
  89. ORDER.FRM is the form to print out and send to me ASAP (heh heh).
  90. UNKPROD.INF is a list of support BBS's that Tim Miranda can be reached on.
  91. FIDONET.TXT is a list of Fidonet node #'s where you can FREQ QOFDAY.
  92. WHATSNEW. is a text file explaining what's new about this version.
  93.  
  94. QOFDAY.EXE and MKEQUOTE.EXE generates a log of usage, named QOFDAY.LOG. 
  95. Useful to see who adds what quotes. The log can be deleted at any time.
  96.  
  97.  
  98.                                     CONFIG FILE:
  99.                                     ------------
  100.  
  101.                            | User Interface (QOFDAY.EXE)|
  102.  
  103. This config file for the User Interface Door is QOFDAY.CNF. Here it is:
  104.  
  105. <PATH TO BBS INFO + BBS INFO FILE NAME>
  106. <BBS NAME>
  107. <SYSOP FIRST NAME>
  108. <SYSOP LAST NAME>
  109.  
  110.         The path to BBS info is where you keep the DORINFOx.DEF, PCBOARD.SYS, 
  111. SFDOORS.DAT, etc. Here's my config file (I use DORINFO1.DEF):
  112.  
  113. C:\BBS\DORINFO1.DEF
  114. Aquarius
  115. Tim
  116. Miranda
  117.  
  118.  
  119.         Pretty simple, huh?
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                          | Quote Generator (MKEQUOTE.EXE) |
  130.  
  131. The config file for the Quote Generator is MKEQUOTE.CNF. Here it is:
  132.  
  133. <COM PORT #>
  134. <FILE or SEND>
  135.  
  136. COM PORT # is just that: 1, 2, 3, or 4.
  137. The second line is different:
  138. FILE means you want the quote to be sent to a file, specifically THEQUOTE.QOD.
  139. SEND means you want the quote to be sent directly to the user. Use this if you 
  140. want the quote to be generated and sent while the user is ONLINE.
  141.  
  142.  
  143.                                 RUNNING THE PROGRAMS
  144.                                 ********************
  145.  
  146.                           | User Interface (QOFDAY.EXE)|
  147.  
  148. You'll probably want a batch file for this. It might look like:
  149.  
  150. CD\DOORS\QOFDAY
  151. QOFDAY QOFDAY.CNF
  152. CD\BBS
  153. EXIT
  154.  
  155. Just have it change to the QOFDAY directory, then run QOFDAY.EXE with
  156.   the CNF on the command line.
  157.  
  158. (Make sure the BBS makes one of the Door Info files supported)
  159. (In Telegard, just use "DD" in the Menu Editor)
  160.  
  161.  
  162.                                  | Quote Generator |
  163.  
  164. Depending on where you want the quote to be put, there are two things to do:
  165.  
  166. This one is if you want it sent to THEQUOTE.QOD file. You'll want the program
  167.   to make one ANSI Quote and one ASCII Quote. This is easy. Make a batch 
  168.   file looking like this:
  169.  
  170. CD\DOORS\QOFDAY
  171. MKEQUOTE 1
  172. COPY THEQUOTE.QOD C:\BBS\AFILES\LOGON1.ANS
  173. MKEQUOTE 0
  174. COPY THEQUOTE.QOD C:\BBS\AFILES\LOGON1.MSG
  175. CD\BBS
  176. EXIT
  177.  
  178.         Essentially what this does is makes 2 Quote files: One ANSI, One ASCII. 
  179. Then it copies them to the BBS file you want, like in Telegard to the log on 
  180. files. That way both ANSI and ASCII callers can see it.
  181.  
  182.         This is also the way to put the Quote Generator into an event. Just use 
  183. the batch file, EVENT.BAT.
  184.  
  185.         If you want it sent to the user immediately, you must be able to tell 
  186. the program if the user has ANSI of not. In Telegard, you do:
  187.  
  188. MKEQUOTE @G
  189.  
  190.         Where @G is 0 for no ANSI, 1 for ANSI. If you put nothing there, it 
  191. will just display ASCII.
  192.         MkeQuote will make an ANSI THEQUOTE.QOD if there is a 1 in the 
  193. commandline, or ASCII if there is a 0.
  194.  
  195.  
  196.  
  197.  
  198. [For Product Support Please Read UNKPROD.INF for a list of BBS's]
  199.  
  200.  
  201.  
  202.